GetObjectByHeapObjectIdRequest

data class GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String?)

Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.

See also

Constructors

GetObjectByHeapObjectIdRequest
Link copied to clipboard
fun GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String? = null)

Properties

objectGroup
Link copied to clipboard
val objectGroup: String? = null
Symbolic group name that can be used to release multiple objects.
objectId
Link copied to clipboard
val objectId: HeapSnapshotObjectId

Sources

jvm source
Link copied to clipboard